home *** CD-ROM | disk | FTP | other *** search
/ WinDesk 95 - An MPC Encyclopedia / WinDesk 95 - An MPC Encyclopedia.iso / power / lstrial2.000 / ls2.bat < prev    next >
DOS Batch File  |  1995-12-05  |  566b  |  19 lines

  1. @Echo Off
  2. Cls
  3.  
  4. Rem     In the single line and Trial edition of LightSpeed, the 2nd node will
  5. Rem   only operate as a local node for sysop use.
  6.  
  7. Rem     If you will be using DesqView v2.60 or below, you will need the next 
  8. Rem   line.  It is NOT needed for Dv/X or any other multi-tasker, in which
  9. Rem   case you may disable it by adding a REM in front of it.
  10. DvAnsi
  11.  
  12. Rem     Make sure the drive letter below is correct.  LightSpeed must be run
  13. Rem   from its own directory, and cannot be run accross drives or directories.
  14. C:
  15. Cd\Ls
  16. Ls.Exe 2
  17.  
  18. Exit
  19.